The SubFlowBegin class represents the begin step of a sub-flow in the workflow process, designed to handle the initialize a sub-flow.
Properties
Name | Description |
---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
TypeCode | The type code associated with the flow object. |
Name | Name for the workflow step. |
Caption | The caption dictionary representing localized captions for the flow object. |
Constructors
Methods
Name | Description |
---|
Initialize() | Initializes the SubFlowBegin step. This method is an implementation of the abstract Initialize method from the base class. |
Events
Generic Types